Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating crossgen to pass -nologo by default #2205

Merged
merged 1 commit into from
May 2, 2018
Merged

Updating crossgen to pass -nologo by default #2205

merged 1 commit into from
May 2, 2018

Conversation

tannergooding
Copy link
Member

This resolves #1404

@tannergooding
Copy link
Member Author

FYI. @dotnet/cli-contrib

@livarcocc
Copy link
Contributor

Do you want this is 2.2.100 (master) or 2.1.400 (release/2.1.4xx)?

@@ -166,7 +166,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<!-- Create profiling symbols if requested -->
<MakeDir Directories="$(CrossgenProfilingSymbolsOutputDirectory)"
Condition="'$(CreateProfilingSymbols)' == 'true' and Exists($(CrossgenOutputAssembly))" />
<Exec Command="$(CrossgenExe) -readytorun -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) -$(CreateProfilingSymbolsOptionName) $(CrossgenProfilingSymbolsOutputDirectory) $(CrossgenOutputAssembly)"
<Exec Command="$(CrossgenExe) -nologo -readytorun -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) -$(CreateProfilingSymbolsOptionName) $(CrossgenProfilingSymbolsOutputDirectory) $(CrossgenOutputAssembly)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also want to pass -nologo in on line 144?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Fixed.

@tannergooding tannergooding changed the base branch from master to release/2.1.4xx May 2, 2018 17:08
@tannergooding
Copy link
Member Author

Retargeted to release/2.1.4xx

@tannergooding tannergooding merged commit 2faeb14 into dotnet:release/2.1.4xx May 2, 2018
@nguerrera
Copy link
Contributor

Does anyone know if there is already coreclr (right repo?) bug tracking making crossgen spew less noise (besides the logo)? If not I will file one. T

Things like 'tail calls are not supported' and 'cannot resolve [hex]' over and over with zero information as to:

  • which user method triggered the diagnostic
  • whether this is a user error or expected
  • what the consequences are: will the program fail to run or just fallback to JIT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants